html {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    background-color: #f5f2f2;
    color: #040404;
    line-height: 1.4;
    font-size: 16pt;
}

body {
    max-width: 1200px;
    padding: 15px;
}

footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: space-evenly;
    border: #a22 1px solid;
    border-radius: 0.2rem;
    flex-wrap: wrap;
}

footer > div {
    flex-shrink: 0;
    padding: 0rem 0.5rem;
}

h1 {
    border-bottom: #a22 2px solid;
    padding-top: 2rem;
    text-align: center;
}

h1 + h3 {
    position: relative;
    text-align: center;
    top: -1rem;
    color: #666;
}

h2, h3 {
    font-family: sans-serif;
}
